home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ddevb / dde_abt.frm next >
Text File  |  1995-09-06  |  3KB  |  91 lines

  1. VERSION 2.00
  2. Begin Form AboutForm 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About..."
  5.    ClientHeight    =   2565
  6.    ClientLeft      =   1080
  7.    ClientTop       =   1560
  8.    ClientWidth     =   3420
  9.    Height          =   2970
  10.    Left            =   1020
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   2565
  16.    ScaleWidth      =   3420
  17.    Top             =   1215
  18.    Width           =   3540
  19.    Begin CommandButton Command1 
  20.       Caption         =   "OK"
  21.       Default         =   -1  'True
  22.       Height          =   396
  23.       Left            =   1152
  24.       TabIndex        =   4
  25.       Top             =   2016
  26.       Width           =   1020
  27.    End
  28.    Begin PictureBox Picture1 
  29.       AutoSize        =   -1  'True
  30.       BorderStyle     =   0  'None
  31.       Height          =   480
  32.       Left            =   1440
  33.       Picture         =   DDE_ABT.FRX:0000
  34.       ScaleHeight     =   480
  35.       ScaleWidth      =   480
  36.       TabIndex        =   3
  37.       Top             =   96
  38.       Width           =   480
  39.    End
  40.    Begin Label Label3 
  41.       Alignment       =   2  'Center
  42.       Caption         =   "Keith R. Pleas"
  43.       FontBold        =   -1  'True
  44.       FontItalic      =   0   'False
  45.       FontName        =   "System"
  46.       FontSize        =   9.75
  47.       FontStrikethru  =   0   'False
  48.       FontUnderline   =   0   'False
  49.       Height          =   252
  50.       Left            =   960
  51.       TabIndex        =   2
  52.       Top             =   1632
  53.       Width           =   1572
  54.    End
  55.    Begin Label Label2 
  56.       Alignment       =   2  'Center
  57.       Caption         =   "Windows Tech Journal, May 1992"
  58.       FontBold        =   -1  'True
  59.       FontItalic      =   0   'False
  60.       FontName        =   "System"
  61.       FontSize        =   9.75
  62.       FontStrikethru  =   0   'False
  63.       FontUnderline   =   0   'False
  64.       Height          =   252
  65.       Left            =   384
  66.       TabIndex        =   1
  67.       Top             =   1152
  68.       Width           =   2724
  69.    End
  70.    Begin Label Label1 
  71.       Alignment       =   2  'Center
  72.       Caption         =   "LINK, THEN LEAP"
  73.       FontBold        =   -1  'True
  74.       FontItalic      =   0   'False
  75.       FontName        =   "System"
  76.       FontSize        =   9.75
  77.       FontStrikethru  =   0   'False
  78.       FontUnderline   =   0   'False
  79.       Height          =   444
  80.       Left            =   192
  81.       TabIndex        =   0
  82.       Top             =   576
  83.       Width           =   2988
  84.    End
  85. End
  86.  
  87. Sub Command1_Click ()
  88.     Unload AboutForm
  89. End Sub
  90.  
  91.